码迷,mamicode.com
首页 >  
搜索关键字:hdu 1757 a simple ma    ( 40075个结果
PyCharm更换第三方包源
设置PyCharm File → Settings 进入设置 国内源 清华源 https://pypi.tuna.tsinghua.edu.cn/simple 阿里源 http://mirrors.aliyun.com/pypi/simple/ ...
分类:其他好文   时间:2021-03-01 13:23:37    阅读次数:0
日常学习
simple_list_item_1 Unable to find explicit activity class 一个大佬 https://www.gcssloop.com/#blog @dimen/activity_vertical_margin 是什么意思? https://www.cnblo ...
分类:其他好文   时间:2021-02-26 13:23:23    阅读次数:0
hdu 1561The more, The Better(树上背包+对树分别背包)
The more, The Better Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12033 Accepted Submission(s) ...
分类:其他好文   时间:2021-02-26 12:53:14    阅读次数:0
HDU 2089 不要62
状态表示: dp[len][sta]表示当前第len位,上一位为last的情况下满足条件的数的个数。 int f[15][10]; int a[15]; int l,r; int dfs(int len,int last,bool limit) { if(!len) return 1; if(!li ...
分类:其他好文   时间:2021-02-22 12:12:38    阅读次数:0
51nod1600-Simple KMP【SAM,树链剖分】
正题 题目链接:http://www.51nod.com/Challenge/Problem.html#problemId=1600 题目大意 给出一个字符串$s$,每次在最后插入一个字符后求它的所有分别子串构出的$fail$树的深度和。 \(1\leq Q\leq 10^5\) 解题思路 考虑两个 ...
分类:其他好文   时间:2021-02-22 11:51:13    阅读次数:0
2020 BIT冬训-二分三分快速幂矩阵 L - Decode the Strings HDU - 2371
Problem Description Bruce Force has had an interesting idea how to encode strings. The following is the description of how the encoding is done:Let x1 ...
分类:其他好文   时间:2021-02-19 13:18:41    阅读次数:0
Python-pip源设置
1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:编程语言   时间:2021-02-19 13:05:20    阅读次数:0
Seata-Server的下载配置和使用
第一步:下载安装包 下载地址: https://github.com/seata/seata/releases/tag/v0.9.0 解压到想存放的地址 第二步:配置seata-server config目录下的file.conf文件 29行左右找到service模块儿 修改内容 vgroup_ma ...
分类:其他好文   时间:2021-02-18 13:06:20    阅读次数:0
环境配置 | ubuntu20.04虚拟机常用环境配置(基于vbox)
常用环境配置 要清理磁盘空间可以看这个文章:https://www.linuxprobe.com/disk-release.html 最简单的安装,结束以后先换源 apt install build-essential gcc make perl dkms # 之后安装vbox增强功能 # 基本工具 ...
分类:系统相关   时间:2021-02-17 15:13:48    阅读次数:0
kali 安装无线网卡驱动
机器配置及其他说明 物理机 无线网卡: rtl8723be 操作系统: kali 2020.4 U 盘所在路径:/media/root/kali 网络配置的路径: /etc/network/interfaces apt conf 路径: /etc/apt/apt.conf.d/ network-ma ...
分类:其他好文   时间:2021-02-16 12:45:57    阅读次数:0
40075条   上一页 1 ... 8 9 10 11 12 ... 4008 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!